Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Sub 
Clear 
Implements 
ICollection(
Of 
KeyValuePair(
Of K, V)).
Clear
C#
void 
ICollection<
KeyValuePair<K, V>>.
Clear()
Visual C++
private:
virtual 
void 
Clear() 
sealed = 
ICollection<
KeyValuePair<K, V>>::
Clear
JavaScript
JavaScript does not support explicit
interface implementations.

Implements

ICollectionClear () () ()

See Also